home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Telecommunications / WWIV Mac BBS / BBS Sample Source / modifyseclev.lsp next >
Encoding:
Text File  |  1987-06-21  |  16.6 KB  |  549 lines  |  [TEXT/PJMM]

  1. { BBS Utility program and documentation for all major BBS files }
  2. { Modify SecLev file - T R Teague - 17 Oct 86 }
  3. { This version works under LightSpeed Pascal }
  4. { modified for version 1.1 of WWIV Mac BBS - T R Teague - 1 Jan 87 }
  5. { modified for version 2.0 of WWIV Mac BBS - T R Teague - 22 Mar 87 }
  6. { modified for version 2.2 of WWIV Mac BBS - T R Teague - 25 May 87 }
  7.  
  8. PROGRAM ModifySecLev;
  9.  
  10. { Standard const's, types, vars for BBS files }
  11.  
  12.     CONST
  13.         strlen = 160; { length of string }
  14.  
  15.         { added - TRT - 25 May 87 }
  16.         { user-modifable resources }
  17.  
  18.         StrID = 1000;
  19.          NumStrItems = 5;
  20.  
  21.         DLoadsStrID = 1001;
  22.         MsgsStrID = 1002;
  23.          numcomptypes = 11; { added for 2.2 - TRT - 21 Jun 87 }
  24.  
  25.     TYPE
  26.         strtype = STRING[strlen]; { string type }
  27.  
  28. { enumerated list of user restrictions }
  29. { }
  30. {  logons 2/day ('L'), no chatting ('C'), unvalidated messages ('V'), no backspacing ('B'),}
  31. {  can't change automsg/add to BBS list ('A'), can't post anonymous msgs ('*'),}
  32. {  can't post at all ('P'), can't send send E-Mail ('E'), can't vote ('K'),}
  33. {  can't auto-delete msgs ('M')}
  34. {}
  35.         restrictions = (rlogon, rchat, rvalidate, rbackspace, ramsg, rpostan, rpost, remail, rvoting, rmsg);
  36.  
  37.         acrq = '@'..'G'; { board access : none, A -> G - not really used }
  38.  
  39. { emunerated user defaults : spinning cursor, onekey input, word wrap, screen pause }
  40.         deflts = (spcsr, onekey, wordwrap, pause);
  41.  
  42. { emunerated anon msg board types : no, yes, forced, dearabby }
  43.         anontyp = (no, yes, forced, dearabby);
  44.  
  45. { enumerated security level types : can post, can E-Mail, can post anonymously, }
  46. {  can see anon names on msgs,  co-sysop, limited co-sysop }
  47.         ansttype = (postn, emailn, pana, sanm, cosysop, lcosysop);
  48.  
  49. { enumerated special user alerts : alert, can't ???, can't receive E-Mail }
  50.         opts = (myalert, smw, nomail);
  51.  
  52.         { modified for version 1.1 & 2.0 }
  53.         pnr = RECORD { phone no. info - for sysop's mini-terminal }
  54.                 name : STRING[39]; { name of BBS service }
  55.                             number:STRING[32]; { phone no. }
  56.                 hs : byte; { baud rate - 300/1200/2400/9600 }
  57.             END;
  58.         slr = RECORD { security level info }
  59.                 ttime : byte; { max. no. of mins allowed on }
  60.                 mallowed : integer; { max. no. of msgs allowed to be read }
  61.                 emails, posts : byte; { max. no. of E-Mail and msgs to be posted }
  62.                 anst : SET OF ansttype; { set of security level types  - see above }
  63.             END;
  64.         messages = RECORD { msgs filename info  - e.g filename of form A-32767.1 }
  65.                 ltr : char; { board letter (i.e. A = board no. 1) }
  66.                 number : integer; { unique msg number }
  67.                 ext : byte; { unique msg number for filename extension (MS-DOS) }
  68.             END;
  69.         smalrec = RECORD { names list of users }
  70.                 name : STRING[25]; { alias }
  71.                 number : integer; { user no. }
  72.             END;
  73.         userrec = RECORD { user info }
  74.                 name : STRING[25]; { alias }
  75.                 realname : STRING[14]; { realname }
  76.                 deleted : boolean; { deleted flag }
  77.                 pw : STRING[8]; { password }
  78.                 ph : STRING[12]; { phone no. }
  79.                 waiting : byte; { no. of E-Mail msgs waiting }
  80.                 laston : STRING[10]; { last on date }
  81.                 loggedon : integer; { total no. of times logged on system }
  82.                 msgpost : integer; { total no. of msgs posted }
  83.                 emailsent : integer; { total no. of E-Mail msgs sent }
  84.                 feedback : integer; { total no. of feedback msgs sent }
  85.                 linelen : byte; { user's screen width }
  86.                 pagelen : byte; { user's screen height }
  87.                 defaults : SET OF deflts; { set of user defaults (on/off) - see above }
  88.                 ontoday : byte; { no. of times logged on today }
  89.                 illegal : byte; { no. of illegal logons today }
  90.                 cursor : STRING[10]; { spinning cursor (if any) "word" }
  91.                 sl : byte; { security level }
  92.                 ac : SET OF restrictions; { set of user restrictions (on/off) - see above }
  93.                 ar : SET OF acrq; { set of boards user has access to (on/off) - not really used - see above }
  94.                 qscan : ARRAY[1..19] OF messages; { last msg Q-scanned for each 1 of 19 possible boards }
  95.                 qscn : ARRAY[1..19] OF boolean; { configured Q-Scan flags for up to 19 boards }
  96.                 macro : ARRAY[1..2] OF STRING[79]; { control-d & control-f macro expansions }
  97.                 comptype : byte; { computer type (1 -> numcomptypes) as set up elsewhere }
  98.                 option : SET OF opts; { set of user options (on/off) - see above }
  99.                 vote : ARRAY[1..9] OF byte; { voted flags for up to 9 questions }
  100.                 sbn : byte; { "special board no." - user has rights to validate/delete msgs on board (0 = All) }
  101.                 dsl : byte; { download security level }
  102.                 uploads, downloads : integer; { No. of files uploaded/downloaded }
  103.                 uk, dk : integer; { No. of Kb's uploaded/downloaded }
  104.             END;
  105.         boardrec = RECORD { msg board info }
  106.                 name : STRING[25]; { board title }
  107.                 filename : STRING[12]; { name of file used to hold msgs info }
  108.                 sl : byte; { min. security level needed to access this board }
  109.                 maxmsgs : byte; { max. no. of msgs allowed on this board }
  110.                 pw : STRING[10]; { board password (if any) }
  111.                 anonymous : anontyp; { type of anonymous access to this board - see above }
  112.                 ar : acrq; { access required for this board (not really used) - see above }
  113.                 key : char; { character required to reach this board - i.e. 1 -> 19, or this char }
  114.             END;
  115.         msgstat = (validated, unvalidated, deleted); { enumerated msg types - validated, unvalidated, deleted }
  116.         messagerec = RECORD { msgs info }
  117.                 title : STRING[30]; { title of msg }
  118.                 messagestat : msgstat; { msg type - see above }
  119.                 message : messages; { msg filename info - see above }
  120.                 owner : integer; { user no. of sender }
  121.                 date : integer; { date posted }
  122.                 mage : byte; { message age in days }
  123.             END;
  124.         systatrec = RECORD { status record }
  125.                 boardpw : STRING[8]; { closed board password (if any) }
  126.                 sysoppw : STRING[8]; { sysop's 2nd password }
  127.                 hmsg : messages; { msg filename info - next avail. msg filename ??? }
  128.                 users : integer; { no. of users currently on system }
  129.                 lastdate : STRING[8]; { last date that system was used }
  130.                 callernum : integer; { current/next caller no. }
  131.                 activetoday : integer; { amount of time in mins that system was up }
  132.                 callstoday : integer; { no. of calls today }
  133.                 msgposttoday : integer; { no. of msgs posted today }
  134.                 emailtoday : integer; { no. of E-Mail msgs sent today }
  135.                 fbacktoday : integer; { no. of Feedback msgs sent today }
  136.                 uptoday : integer; { no. of uploads today }
  137.                 closedsystem : boolean; { closed system flag }
  138.             END;
  139.         mailrec = RECORD { E-Mail info }
  140.                 title : STRING[30]; { title of msg }
  141.                 from, destin : integer; { user no. of sender, recipient }
  142.                 msg : messages; { msg filename info - see above }
  143.                 date : integer; { date sent }
  144.                 mage : byte; { message age in days }
  145.             END;
  146.         gft = RECORD { G-Files info }
  147.                 num : integer; { section no. }
  148.                 title : STRING[40]; { G-File title }
  149.                 filen : STRING[12]; { G-File filename }
  150.             END;
  151.         charfil = text; { character file type }
  152.         smr = RECORD { small msg info }
  153.                 msg : strtype; { the msg }
  154.                 destin : integer; { user no. of recipient }
  155.             END;
  156.         vdatar = RECORD { voting data info }
  157.                 question : STRING[79]; { question }
  158.                 numa : integer; { no. of answers }
  159.                 answ : ARRAY[0..9] OF RECORD { 10 possible answers }
  160.                         ans : STRING[25]; { answer }
  161.                         numres : integer; { number of users voting this answer }
  162.                     END;
  163.             END;
  164.         ulrec = RECORD { file section board data }
  165.                 name : STRING[25]; { name of board }
  166.                 filename : STRING[12]; { name of file that holds file section data }
  167.                 password : STRING[10]; { board password (if any) }
  168.                 dsl : byte; { min. security level needed to access this board }
  169.                 maxfiles : integer; { max. no. of files allowed in this board }
  170.             END;
  171.         ulfrec = RECORD { uploaded file info }
  172.                 filename : STRING[12]; { filename }
  173.                 description : STRING[60]; { description }
  174.                 {res : ARRAY[1..17] OF byte;} { reserved ??? }
  175.                 realname : STRING[64]; { added for version 1.1 - MacBinary filename }
  176.                 ft : ARRAY[1..3] OF byte; { filetype - not really used (MS-DOS) }
  177.                 blocks : integer; { size in blocks }
  178.                 owner : integer; { user no. of uploader }
  179.                 date : STRING[8]; { date uploaded }
  180.                 daten : integer; { day no. of the year when uploaded }
  181.                 numdloads : integer; { added for version 1.1 }
  182.             END;
  183.  
  184.     VAR
  185.     { file vars for different types of files }
  186.  { nested comments not allowed in LSP }
  187.  
  188.         sf : FILE OF smalrec; { filename = gfiles\names.lst }
  189.         uf : FILE OF userrec; { filename = gfiles\user.lst }
  190.         bf : FILE OF boardrec; { filename = gfiles\boards.dat }
  191.         mf : FILE OF messagerec; { filename = gfiles\ + boards[board].filename }
  192.         mailfile : FILE OF mailrec; { filename = gfiles\email.dat }
  193.         systatf : FILE OF systatrec; { filename = gfiles\status }
  194.         smf : FILE OF smr; { filename = gfiles\shortmsg.dat }
  195.         ulf : FILE OF ulrec; { filename = gfiles\uploads.dat }
  196.         ulff : FILE OF ulfrec; { filename = gfiles\ + uboards[board].filename }
  197.         fil : FILE OF pnr; { filename = gfiles\numbers.trm }
  198.         vdf : FILE OF vdatar; { filename = gfiles\voting.dat }
  199.         cf : FILE OF smr; { filename = gfiles\chat.msg }
  200.         g : FILE OF gft; { filename = gfiles\gfiles.dat }
  201.         fil1 : FILE OF strtype; { filename = gfiles\laston.fil - names of last 8 callers }
  202.  
  203.         sysopf : charfil; { filename = gfiles\sysop.log, and gfiles\ysysop.log - today's & yesterday's logs }
  204.     { also other text files : gfiles\trashcan.txt - contains illegal names for aliases }
  205.     { gfiles\user.log - log of today's callers names }
  206.     { gfiles\votes.txt - output of voting data }
  207.     { gfiles\bbslist.msg - list of bbs's }
  208.     { gfiles\auto.msg - auto msg }
  209.  
  210.         { modified - TRT - 25 May 87 }
  211.         {actual variables used by this program }
  212.             gfilespath : strtype;
  213.             pathdloads : strtype;
  214.             pathmsgs : strtype;
  215.  
  216.             msgspath : packed array [0..19] of string[80];
  217.             dloadspath : packed array [0..19] of string[80];
  218.             tempPtr : ^integer;
  219.             DefaultWD : integer;
  220.             UsingHFS : boolean;
  221.     
  222.             MyPoint : Point;
  223.             BBSrefNum : integer;
  224.             MyTypes : SFTypeList;
  225.             MyReply : SFReply;
  226.             IOError : OSErr;
  227.  
  228.         fw : integer;
  229.         slf : FILE OF slr; { filename = gfiles\seclev.dat }
  230.         seclev : ARRAY[0..255] OF slr;
  231.  
  232. { added - TRT - 25 May 87 }
  233. procedure InitCommon;
  234.  
  235. var
  236.    tempHandle : Handle;
  237.    tempint : integer;
  238.  
  239. begin { initcommon }
  240.    tempHandle := GetResource('STR#',StrID);
  241.    if (ResError <> noErr) or (tempHandle = nil) then
  242.    begin
  243.       writeln;
  244.       writeln('Sorry... couldn''t find the Resource STR# ID = ',StrID);
  245.       writeln;
  246.       writeln('Press mouse button to exit');
  247.       repeat until button;
  248.       exit(modifyseclev);
  249.    end;
  250.  
  251.    for tempint := 1 to NumStrItems do
  252.    begin { get user definable parameters from Resource file }
  253.  
  254.       case tempint of
  255.       1 : ;
  256.       2 : ;
  257.       3 : begin
  258.              GetIndString(tempstr,StrID,tempint);
  259.              gfilespath := tempstr;
  260.           end;
  261.       4 : begin { modified - TRT - 20/12/86 }
  262.              GetIndString(tempstr,StrID,tempint);
  263.              pathdloads := tempstr;
  264.           end;
  265.       5 : begin
  266.              GetIndString(tempstr,StrID,tempint);
  267.              pathmsgs := tempstr;
  268.           end;
  269.       end; { cases }
  270.    end;
  271.  
  272.    for tempint := 0 to 19 do
  273.    { get user definable parameters from Resource file }
  274.    begin
  275.       GetIndString(tempstr,MsgsStrID,tempint + 1);
  276.       if tempstr = '' then tempstr := pathmsgs;
  277.       msgspath[tempint] := tempstr;
  278.    end;
  279.  
  280.    for tempint := 0 to 19 do
  281.    { get user definable parameters from Resource file }
  282.    begin
  283.       GetIndString(tempstr,DLoadsStrID,tempint + 1);
  284.       if tempstr = '' then tempstr := pathdloads;
  285.       dloadspath[tempint] := tempstr;
  286.    end;
  287.  
  288. end; { initcommon }
  289.  
  290. BEGIN
  291.    { don't really need these for LightSpeed Pascal }
  292.  
  293.     InitGraf(@ThePort); { Init QuickDraw }
  294.  
  295.     InitWindows;           { Init Window Manager - clear desktop & menu bar }
  296.     InitFonts;           { Init Font Manager }
  297.     FlushEvents(everyEvent, 0); { Throw away any stray events }
  298.     TEInit;          { Init TextEdit }
  299.     InitMenus;           { Init Menu Manager }
  300.     InitDialogs(NIL);
  301.  
  302.     DrawMenuBar;
  303.  
  304.     InitCursor;
  305.  
  306.     tempPtr := pointer($3F6); { fsFCBLen }
  307.     UsingHFS := tempPtr^ > 0;
  308.     IOError := GetVol(@tempstr,DefaultWD);
  309.  
  310.     { added - TRT - 25 May 87 }
  311.     writeln;
  312.     writeln('Choose the BBS File to Get Pathnames etc from');
  313.     writeln;
  314.      
  315.     MyPoint.h := 90; MyPoint.v := 30;
  316.     SFGetFile(MyPoint,'',nil,-1,MyTypes,nil,MyReply);
  317.     if MyReply.good then
  318.     begin
  319.        if UsingHFS then
  320.        begin
  321.           IOError := SetVol(nil,MyReply.vRefNum);
  322.           if IOError <> noErr then
  323.           begin
  324.          writeln;
  325.          writeln('I/O Error #',IOError,' while doing SetVol of ',MyReply.vRefNum);
  326.          writeln;
  327.           end;
  328.        end;
  329.      
  330.        BBSrefNum := OpenResFile(MyReply.fName);
  331.        if ResError <> noErr then
  332.        begin
  333.           writeln;
  334.           writeln('Resource Error #',ResError,' while doing OpenResFile');
  335.           writeln;
  336.        end;
  337.      
  338.        { IMPORTANT - do not call other CODE segments while BBS 
  339.                      ResFile is open - it won't work! }
  340.      
  341.        InitCommon;
  342.      
  343.        if (BBSrefNum >= 0) then CloseResFile(BBSrefNum);
  344.      
  345.        if UsingHFS then
  346.        begin
  347.           IOError := SetVol(nil,DefaultWD);
  348.           if IOError <> noErr then
  349.           begin
  350.          writeln;
  351.          writeln('I/O Error #',IOError,' while doing SetVol of ',DefaultWD);
  352.          writeln;
  353.           end;
  354.        end;
  355.      
  356.      
  357.        rewrite(slf, concat(gfilespath, 'seclev.dat'));
  358.        FOR fw := 0 TO 255 DO { these are the defaults used by the BBS for each security level }
  359.         WITH seclev[fw] DO
  360.             BEGIN
  361.                 anst := [];
  362.  
  363.                 IF fw < 10 THEN
  364.                     BEGIN
  365.                         ttime := 1;
  366.                         mallowed := 1;
  367.                         emails := 0;
  368.                         posts := 0;
  369.                     END
  370.                 ELSE IF fw < 18 THEN
  371.                     BEGIN
  372.                         ttime := 10;
  373.                         mallowed := 15;
  374.                         emails := 0;
  375.                         posts := 0;
  376.                     END
  377.                 ELSE IF fw = 18 THEN
  378.                     BEGIN
  379.                         ttime := 5;
  380.                         mallowed := 5;
  381.                         emails := 0;
  382.                         posts := 1;
  383.                     END
  384.                 ELSE IF fw = 19 THEN
  385.                     BEGIN
  386.                         ttime := 10;
  387.                         mallowed := 10;
  388.                         emails := 1;
  389.                         posts := 1;
  390.                     END
  391.                 ELSE IF fw < 25 THEN
  392.                     BEGIN
  393.                         ttime := 15;
  394.                         mallowed := 20;
  395.                         emails := 2;
  396.                         posts := 2;
  397.                     END
  398.                 ELSE IF fw < 30 THEN
  399.                     BEGIN
  400.                         ttime := 17;
  401.                         mallowed := 25;
  402.                         emails := 2;
  403.                         posts := 3;
  404.                     END
  405.                 ELSE IF fw < 35 THEN
  406.                     BEGIN
  407.                         ttime := 20;
  408.                         mallowed := 30;
  409.                         emails := 2;
  410.                         posts := 3;
  411.                     END
  412.                 ELSE IF fw < 40 THEN
  413.                     BEGIN
  414.                         ttime := 25;
  415.                         mallowed := 40;
  416.                         emails := 3;
  417.                         posts := 4;
  418.                     END
  419.                 ELSE IF fw < 45 THEN
  420.                     BEGIN
  421.                         ttime := 30;
  422.                         mallowed := 50;
  423.                         emails := 4;
  424.                         posts := 4;
  425.                     END
  426.                 ELSE IF fw < 50 THEN
  427.                     BEGIN
  428.                         ttime := 35;
  429.                         mallowed := 60;
  430.                         emails := 4;
  431.                         posts := 4;
  432.                     END
  433.                 ELSE IF fw < 55 THEN
  434.                     BEGIN
  435.                         ttime := 40;
  436.                         mallowed := 70;
  437.                         emails := 5;
  438.                         posts := 5;
  439.                     END
  440.                 ELSE IF fw < 60 THEN
  441.                     BEGIN
  442.                         ttime := 45;
  443.                         mallowed := 75;
  444.                         emails := 5;
  445.                         posts := 5;
  446.                     END
  447.                 ELSE IF fw < 65 THEN
  448.                     BEGIN
  449.                         ttime := 50;
  450.                         mallowed := 85;
  451.                         emails := 5;
  452.                         posts := 5;
  453.                     END
  454.                 ELSE IF fw < 70 THEN
  455.                     BEGIN
  456.                         ttime := 55;
  457.                         mallowed := 90;
  458.                         emails := 5;
  459.                         posts := 6;
  460.                     END
  461.                 ELSE IF fw < 75 THEN
  462.                     BEGIN
  463.                         ttime := 60;
  464.                         mallowed := 100;
  465.                         emails := 6;
  466.                         posts := 6;
  467.                         anst := anst + [pana];
  468.                     END
  469.                 ELSE IF fw < 80 THEN
  470.                     BEGIN
  471.                         ttime := 65;
  472.                         mallowed := 115;
  473.                         emails := 6;
  474.                         posts := 6;
  475.                         anst := anst + [pana];
  476.                     END
  477.                 ELSE IF fw < 90 THEN
  478.                     BEGIN
  479.                         ttime := 65;
  480.                         mallowed := 120;
  481.                         emails := 6;
  482.                         posts := 6;
  483.                         anst := anst + [pana, sanm];
  484.                     END
  485.                 ELSE IF fw < 95 THEN
  486.                     BEGIN
  487.                         ttime := 70;
  488.                         mallowed := 150;
  489.                         emails := 6;
  490.                         posts := 6;
  491.                         anst := anst + [pana, sanm, postn];
  492.                     END
  493.                 ELSE IF fw < 99 THEN
  494.                     BEGIN
  495.                         ttime := 70;
  496.                         mallowed := 200;
  497.                         emails := 6;
  498.                         posts := 6;
  499.                         anst := anst + [pana, sanm, postn, emailn];
  500.                     END
  501.                 ELSE IF fw = 99 THEN
  502.                     BEGIN
  503.                         ttime := 70;
  504.                         mallowed := 200;
  505.                         emails := 6;
  506.                         posts := 6;
  507.                         anst := anst + [pana, sanm, postn, emailn, lcosysop];
  508.                     END
  509.                 ELSE IF fw = 100 THEN
  510.                     BEGIN
  511.                         ttime := 85;
  512.                         mallowed := 300;
  513.                         emails := 6;
  514.                         posts := 6;
  515.                         anst := anst + [pana, sanm, postn, emailn, cosysop];
  516.                     END
  517.                 ELSE IF fw < 200 THEN
  518.                     BEGIN
  519.                         ttime := 90;
  520.                         mallowed := 500;
  521.                         emails := 6;
  522.                         posts := 6;
  523.                         anst := anst + [pana, sanm, postn, emailn, cosysop];
  524.                     END
  525.                 ELSE IF fw < 255 THEN
  526.                     BEGIN
  527.                         ttime := 100;
  528.                         mallowed := 1000;
  529.                         emails := 10;
  530.                         posts := 10;
  531.                         anst := anst + [pana, sanm, postn, emailn, cosysop];
  532.                     END
  533.                 ELSE
  534.                     BEGIN { sysop }
  535.                         ttime := 255;
  536.                         mallowed := 32767;
  537.                         emails := 255;
  538.                         posts := 255;
  539.                         anst := anst + [pana, sanm, postn, emailn, cosysop];
  540.                     END;
  541.  
  542.                 write(slf, seclev[fw]);
  543.  
  544.             END;
  545.  
  546.        close(slf);
  547.     end;
  548.     
  549. END.